home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5097 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  37 lines

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: FindTask() VERY IMPORTANT
  5. Date: Sat, 9 Mar 96 01:23:50
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960309.473B80.1D57@am036.du.pipex.com>
  9. References: <4hnmob$gdb$1@mhadf.production.compuserve.com> <4hm7qm$otm@news.uni-paderborn.de>?@╨ <4horps$gs1@news.uni-paderborn.de> <4hpir5$9vu@news.xs4all.nl>
  10. NNTP-Posting-Host: am036.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Marco Nelissen (marcone@xs1.xs4all.nl) wrote:
  14. : Ralph Schmidt (laire@basis.owl.de) wrote:
  15. : : >Is this change really neccessary, and why? SysBase->ThisTask is 
  16. : : >documented to be safe to read, so existing programs may rely on 
  17. : : >this.
  18. : : Oliver...where did i write that existing programs that use this now
  19. : : will break. Read the text again and my other article to clear this up.
  20. : You disinctly said:
  21. : >Never ever use SysBase->ThisTask for your programs. It will be
  22. : >banned/forbidden in the next OS release. So please start using
  23. : >FindTask(NULL) now to make the life easier for an emulator.
  24. : "banned/forbidden" implies that in the next OS release, you cannot read 
  25. : SysBase->ThisTask, which means that existing programs would break
  26. : on the new OS.
  27.  
  28. _Existing_ programs will be running under emulation, of course, in which case
  29. FindTask() can probably be emulated. If the _native_ OS does not support
  30. it, however, then clearly programs which use it will fail when recompiled to
  31. run in native mode...
  32.  
  33. -- Mat.
  34.